home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-03-25 | 978 b | 59 lines | [TEXT/ROSA] |
- ;;
- ;; This file compiles all the standard libraries
- ;;
-
- (compile-file
- ":library:assembler.lisp"
- :output-file ":library:assembler.fasl"
- :print t)
-
- (compile-file
- ":library:compiler.lisp"
- :output-file ":library:compiler.fasl"
- :print t)
-
- (compile-file
- ":library:cl.lisp"
- :output-file ":library:cl.fasl"
- :print t)
-
- (compile-file
- ":library:backquote.lisp"
- :output-file ":library:backquote.fasl"
- :print t)
-
- (compile-file
- ":library:defpackage.lisp"
- :output-file ":library:defpackage.fasl"
- :print t)
-
- (compile-file
- ":library:structures.lisp"
- :output-file ":library:structures.fasl"
- :print t)
-
- (compile-file
- ":library:format.lisp"
- :output-file ":library:format.fasl"
- :print t)
-
- (compile-file
- ":library:describe.lisp"
- :output-file ":library:describe.fasl"
- :print t)
-
- (compile-file
- ":library:loop.lisp"
- :output-file ":library:loop.fasl"
- :print t)
-
- (compile-file
- ":library:graphics.lisp"
- :output-file ":library:graphics.fasl"
- :print t)
-
-
-
-
-
-